home *** CD-ROM | disk | FTP | other *** search
/ The Canadian & World Encyclopedia 1998 / The Canadian & World Encyclopedia 1998 - Disc 2.iso / mac / prime_CD / pb / PROFILE.DIR / 00028_Script_~leave over < prev    next >
Text File  |  1997-07-29  |  277b  |  18 lines

  1. global sub_open
  2. on mousedown
  3.   
  4.   trackbutton the clickon, cast "over close down"
  5.   
  6. end
  7.  
  8. on mouseUp
  9.   
  10.   if rollover(the clickon) then
  11.      waitcursor the clickon
  12.     set sub_open = 0
  13.     leave_over
  14.   else
  15.     set the movierate of sprite 3 = 1
  16.   end if
  17.   
  18. end